home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Ware Multimedia 1995 May
/
cd Ware (Juegos) Epimundo.iso
/
WIN
/
VB_TOOLS
/
DLL4VB.ZIP
/
SIMPLE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-08
|
162 b
|
10 lines
// Header file for Simple DLL
#ifndef __SIMPLE_H
#define __SIMPLE_H
#include <windows.h>
extern "C" int FAR pascal _export SquareInt( int x );
#endif